type runtime.debugLogWriter

10 uses

	runtime (current package)
		debuglog.go#L128: 	w debugLogWriter
		debuglog.go#L363: type debugLogWriter struct {
		debuglog.go#L397: func (l *debugLogWriter) ensure(n uint64) {
		debuglog.go#L413: func (l *debugLogWriter) writeFrameAt(pos, size uint64) bool {
		debuglog.go#L420: func (l *debugLogWriter) writeSync(tick, nano uint64) {
		debuglog.go#L431: func (l *debugLogWriter) writeUint64LE(x uint64) {
		debuglog.go#L445: func (l *debugLogWriter) byte(x byte) {
		debuglog.go#L453: func (l *debugLogWriter) bytes(x []byte) {
		debuglog.go#L465: func (l *debugLogWriter) varint(x int64) {
		debuglog.go#L476: func (l *debugLogWriter) uvarint(u uint64) {